home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / status / cd next >
Encoding:
Text File  |  1993-10-26  |  423 b   |  15 lines  |  [TEXT/$Tcl]

  1.  
  2.           cd ?dirName?
  3.  
  4.  
  5.      DESCRIPTION
  6.           Change the current working directory to dirName, or  to  the
  7.           home  directory  (as specified in the HOME environment vari-
  8.           able) if dirName is not given.  If  dirName  starts  with  a
  9.           tilde,   then  tilde-expansion  is  done  as  described  for
  10.           Tcl_TildeSubst.  Returns an empty string.
  11.  
  12.  
  13.      KEYWORDS
  14.           working directory
  15.